home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ewebedit / index.asp < prev    next >
Encoding:
Text File  |  1999-05-26  |  1.7 KB  |  31 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4.     <title>EKtron WYSIWYG Editor ASP Example</title>
  5.     <meta name="keywords" content="ecommerce, electronic commerce, web design, software engineering,Content management,content,WYSIWYG"> 
  6.     <meta name="Author" content="EKtron, Inc.">
  7. </head>
  8. <body bgcolor="white">
  9.     <table width="625" cellpadding="0" cellspacing="0" border="0">
  10.         <tr>
  11.             <td width="113" height="35" valign="TOP" bgcolor="#639C63"><a href="http://www.ektron.com"><img src="EKlogo.gif" width=113 height=35 alt="" border=0></a></td>
  12.             <td width="505" align="CENTER" valign="BOTTOM" bgcolor="#639C63"></td>
  13.         </tr>
  14.         <tr>
  15.             <td align="CENTER" valign="TOP" bgcolor="#639C63"><img src="http://www.ektron.com/images/space.gif" width=1 height=300 alt="" border="0"></td>
  16.             <td valign="TOP" >
  17.                 <p> 
  18.                 <a href="edit.asp"><font size="2" face="verdana, arial, helvetica">Edit Record via WYSIWYG Editor</font></a>
  19.                 <p> 
  20.                 <a href="preview.asp"><font size="2" face="verdana, arial, helvetica">View Record as HTML</font></a>
  21.                 <ol>
  22.                     <li><b>index.asp</b> start page
  23.                     <li><b>edit.asp</b> ASP code reads a record from the database into a hidden field, vbscript moves the content of the hidden field into the editor
  24.                     <li><b>update.asp</b> clicking the save button in edit.asp, causes vbscript to move the content out of the editor into a hidden field and post the contents of the hidden field to this page. update.asp ASP code writes the content to the database
  25.                     <li><b>preview.asp</b> ASP code reads a record from the database and displays the html data.
  26.                 </ol>
  27.             </td>
  28.         </tr>
  29.     </table>
  30. </body>
  31. </html>